home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / sun3 / Makefile
Encoding:
Makefile  |  1995-06-28  |  636 b   |  30 lines

  1. #  Make WWW under unix for sun 3
  2. #
  3. # For W3 distribution, machine type for subdirectories
  4. WWW_MACH = sun3
  5.  
  6. # For ASIS installation, the ASIS code for the machine/os
  7. ASIS_MACH = sun-3/sunos-4.1.1
  8.  
  9. # Directory for installed binary:
  10. BINDIR = /usr/local/bin
  11.  
  12. CFLAGS = -DDEBUG -g
  13. LFLAGS =
  14.  
  15. # Directory for installed binary:
  16. BINDIR = /usr/local/bin
  17.  
  18. #_________________ OK if normal W3 distribution
  19. # Where is the WWW source root?
  20. WWW = ../..
  21.  
  22. #  Where should temporary (object) files go?
  23. WTMP = ../..
  24.  
  25.  
  26. # Where is the W3 object library?
  27. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  28.  
  29. include $(WWW)/Library/Implementation/CommonMakefile
  30.